object Form2: TForm2 Left = 247 Top = 150 BorderStyle = bsNone ClientHeight = 100 ClientWidth = 104 Color = clNone Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PrintScale = poNone OnActivate = FormCreate OnCreate = FormCreate OnDblClick = FormDblClick OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 104 Height = 100 Cursor = crAppStart Align = alClient AutoSize = True Center = True DragCursor = crArrow DragMode = dmAutomatic Enabled = False Picture.Data = {} Stretch = True OnDblClick = FormDblClick end object Image2: TImage Left = 0 Top = 0 Width = 104 Height = 100 Align = alClient AutoSize = True Center = True DragCursor = crArrow DragMode = dmAutomatic Enabled = False Picture.Data = {} Stretch = True OnDblClick = FormDblClick end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer Left = 112 Top = 8 end end